Skip to content

config: Drop property index - #536

Merged
bevzzz merged 9 commits into
mainfrom
feat/drop-index
Feb 27, 2026
Merged

config: Drop property index#536
bevzzz merged 9 commits into
mainfrom
feat/drop-index

Conversation

@bevzzz

@bevzzz bevzzz commented Feb 16, 2026

Copy link
Copy Markdown
Collaborator

This PR adds support for "drop index" operation introduced in v1.36.

The API is pretty simple:

collection.config.dropPropertyIndex("title", PropertyIndexType.FILTERABLE);

I chose to provide the options for "index type" as an enum rather that builder methods indexFilterable(true) like we have for property creation, because the user can provide exactly value here, whereas in property creation these act like "toggles" with default values (false).

@bevzzz
bevzzz requested a review from a team as a code owner February 16, 2026 20:01

@orca-security-eu orca-security-eu Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Infrastructure as Code high 0   medium 0   low 0   info 0 View in Orca
Passed Passed SAST high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Vulnerabilities high 0   medium 0   low 0   info 0 View in Orca

@bevzzz bevzzz changed the title config; Drop property index config: Drop property index Feb 23, 2026
@bevzzz
bevzzz merged commit a0e7487 into main Feb 27, 2026
11 checks passed
@bevzzz
bevzzz deleted the feat/drop-index branch February 27, 2026 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants